-ocaml (3.10.0-5) UNRELEASED; urgency=low
+ocaml (3.10.0-5) experimental; urgency=low
[ Ralf Treinen ]
* ocaml-mode.emacsen-install: do not hardcode the emacs flavours for which
[ Stefano Zacchiroli ]
* add patch arm_ccheckbound_typo, fix a typing error typo which makes ocaml
FTBFS on arm
+ * ocaml-source: install ocaml tarball as
+ /usr/src/ocaml-source-VERSION.tar.bz2; the "-source" part was erroneously
+ missing and make other packages FTBFS
+ * bump debhelper dependencies and compatibility level to 5
- -- Stefano Zacchiroli <zack@debian.org> Wed, 25 Jul 2007 17:52:23 +0200
+ -- Stefano Zacchiroli <zack@debian.org> Sun, 12 Aug 2007 19:29:07 +0200
ocaml (3.10.0-4) experimental; urgency=low
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Sven Luther <luther@debian.org>, Stefano Zacchiroli <zack@debian.org>, Julien Cristau <julien.cristau@ens-lyon.org>, Samuel Mimram <smimram@debian.org>
-Build-Depends: debhelper (>> 4.0.2), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2, docbook-xml, docbook-utils
+Build-Depends: debhelper (>> 5.0.0), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2, docbook-xml, docbook-utils
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/
-debian/ocaml-#OcamlABI#.tar.bz2 /usr/src/
+debian/ocaml-source-#OcamlABI#.tar.bz2 /usr/src/
NATIVE_ARCHS = $(shell cat debian/native-archs)
DISTDIR = $(PACKAGE)-$(OCAMLMAJOR).$(OCAMLMINOR)
+SRCTARBALL = $(PACKAGE)-source-$(OCAMLMAJOR).$(OCAMLMINOR).tar.bz2
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
debian/control:
sed -e 's/#OcamlNativeArchs#/$(NATIVE_ARCHS)/g' debian/control.in > $@
-pre-config: debian/$(DISTDIR).tar.bz2
+pre-config: debian/$(SRCTARBALL)
touch $@
-debian/$(DISTDIR).tar.bz2:
+debian/$(SRCTARBALL):
ln -fs . $(DISTDIR) # beware of the symlink recursion!
- tar --anchored -chjf debian/$(DISTDIR).tar.bz2 \
+ tar --anchored -chjf $@ \
--exclude=$(DISTDIR)/$(DISTDIR) \
--exclude-from=debian/ocaml-source.exclude \
$(DISTDIR)/
dh_clean debian/README.labltk camlp4/config/Makefile.cnf camlp4/config/Makefile config/m.h config/s.h config/Makefile emacs/ocamltags driver/ocamlcomp.sh
debian/rules abi-sed-clean
- rm -f debian/$(DISTDIR).tar.bz2
+ rm -f debian/$(SRCTARBALL)
install: install-indep install-arch
install-indep: build-indep